home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 11,000 to 11,999 / 11000.zip / AOLDLs / Terminals & WIN-Clients / Telemate Win v1.00 / TMW.arj / PHOENIX.TW_ < prev    next >
Text File  |  1996-09-05  |  362b  |  20 lines

  1. ;
  2. ; PHOENIX.SCR is a log on script file for Phoenix BBS
  3. ;
  4.  
  5. string Color
  6. Color = "Y"                  ; "Y"es or "N"o
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "ANSI Color Graphics [y/N]?"
  12. Put Color
  13.  
  14. Waitfor "first name"
  15. Put "^!"
  16.  
  17. Waitfor "password"
  18. Put "^&"
  19.  
  20.